home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / battlefi.swf / scripts / DefineButton2_781 / BUTTONCONDACTION on(release).as
Text File  |  2010-11-09  |  133b  |  9 lines

  1. on(release){
  2.    if(_root.gold > 499)
  3.    {
  4.       _root.arstr += 0.1;
  5.       _root.bowups += 1;
  6.       _root.gold -= 500;
  7.    }
  8. }
  9.